home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / computer.cmp / EMS.ACL < prev    next >
Encoding:
Text File  |  1993-10-06  |  569 b   |  45 lines

  1. IMPLEMENTING EMS IN AN APPLICATION
  2.  
  3. Expanded Memory Manager present?
  4.     (yes) Expanded memory subsystem functional?
  5.         (yes) Get page frame address.
  6.         -allocate Allocate expanded memory pages.
  7.         Allocation successful?
  8.             (yes) Map expanded memory pages.
  9.             Release expanded memory pages.
  10.             -Terminate
  11.             Terminate!
  12.             (no ) Can Continue with fewer pages?
  13.                 ( no) >Terminate
  14.                 (yes) >allocate
  15.             ?end
  16.         ?end
  17.         (no)
  18.         >continue
  19.     ?end
  20.     (no)
  21.     -continue
  22.     Continue without expanded memory or terminate!
  23. ?end
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.